home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / card_50157.txt < prev    next >
Text File  |  1990-03-19  |  7KB  |  336 lines

  1. -- card: 50157 from stack: in
  2. -- bmap block id: 50398
  3. -- flags: 0000
  4. -- background id: 49679
  5. -- name: content 0
  6. ----- HyperTalk script -----
  7. on opencard
  8.   set the hilite of bg btn "content 0" to true
  9.   repeat with i = 2 to 14
  10.     set the hilite of bg btn i to false
  11.     add 1 to i
  12.   end repeat
  13. end opencard
  14.  
  15. on closecard
  16.   set the hilite of bg btn "content 0" to false
  17.   global maploc, cardloc
  18.   put "content" into maploc
  19. end closecard
  20.  
  21.  
  22.  
  23. -- part 2 (button)
  24. -- low flags: 00
  25. -- high flags: 0001
  26. -- rect: left=428 top=317 right=342 bottom=456
  27. -- title width / last selected line: 0
  28. -- icon id / first selected line: 18621 / 18621
  29. -- text alignment: 1
  30. -- font id: 0
  31. -- text size: 12
  32. -- style flags: 0
  33. -- line height: 16
  34. -- part name: 
  35.  
  36.  
  37. -- part 4 (button)
  38. -- low flags: 00
  39. -- high flags: 2000
  40. -- rect: left=290 top=132 right=150 bottom=320
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: 
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   push card
  52.   visual effect dissolve
  53.   go card "content 1"
  54. end mouseUp
  55.  
  56.  
  57.  
  58. -- part 5 (button)
  59. -- low flags: 00
  60. -- high flags: 2000
  61. -- rect: left=362 top=132 right=150 bottom=392
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 1
  65. -- font id: 0
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: 
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   push card
  73.   visual effect dissolve
  74.   go card "content 2"
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part 6 (button)
  80. -- low flags: 00
  81. -- high flags: 2000
  82. -- rect: left=434 top=132 right=150 bottom=464
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 0 / 0
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: 
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   push card
  94.   visual effect dissolve
  95.   go card "content 3"
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 7 (button)
  101. -- low flags: 00
  102. -- high flags: 2000
  103. -- rect: left=290 top=188 right=206 bottom=320
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: 
  112. ----- HyperTalk script -----
  113. on mouseUp
  114.   push card
  115.   visual effect dissolve
  116.   go card "technology 1"
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 8 (button)
  122. -- low flags: 00
  123. -- high flags: 2000
  124. -- rect: left=362 top=188 right=206 bottom=392
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: 
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   push card
  136.   visual effect dissolve
  137.   go card "content 5"
  138. end mouseUp
  139.  
  140.  
  141.  
  142. -- part 9 (button)
  143. -- low flags: 00
  144. -- high flags: 2000
  145. -- rect: left=290 top=243 right=261 bottom=320
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 0 / 0
  148. -- text alignment: 1
  149. -- font id: 0
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: 
  154. ----- HyperTalk script -----
  155. on mouseUp
  156.   push card
  157.   visual effect dissolve
  158.   go card "content 6"
  159. end mouseUp
  160.  
  161.  
  162.  
  163. -- part 10 (button)
  164. -- low flags: 00
  165. -- high flags: 2000
  166. -- rect: left=289 top=294 right=312 bottom=319
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 0 / 0
  169. -- text alignment: 1
  170. -- font id: 0
  171. -- text size: 12
  172. -- style flags: 0
  173. -- line height: 16
  174. -- part name: 
  175. ----- HyperTalk script -----
  176. on mouseUp
  177.   push card
  178.   visual effect dissolve
  179.   go card "content 8"
  180. end mouseUp
  181.  
  182.  
  183.  
  184. -- part 11 (button)
  185. -- low flags: 00
  186. -- high flags: 2000
  187. -- rect: left=362 top=243 right=261 bottom=392
  188. -- title width / last selected line: 0
  189. -- icon id / first selected line: 0 / 0
  190. -- text alignment: 1
  191. -- font id: 0
  192. -- text size: 12
  193. -- style flags: 0
  194. -- line height: 16
  195. -- part name: 
  196. ----- HyperTalk script -----
  197. on mouseUp
  198.   push card
  199.   visual effect dissolve
  200.   go card "content 7"
  201. end mouseUp
  202.  
  203.  
  204.  
  205. -- part 14 (field)
  206. -- low flags: 01
  207. -- high flags: 0000
  208. -- rect: left=128 top=66 right=117 bottom=507
  209. -- title width / last selected line: 0
  210. -- icon id / first selected line: 0 / 0
  211. -- text alignment: 0
  212. -- font id: 157
  213. -- text size: 14
  214. -- style flags: 0
  215. -- line height: 16
  216. -- part name: 
  217.  
  218.  
  219. -- part 34 (button)
  220. -- low flags: 00
  221. -- high flags: 2000
  222. -- rect: left=129 top=132 right=150 bottom=160
  223. -- title width / last selected line: 0
  224. -- icon id / first selected line: 0 / 0
  225. -- text alignment: 1
  226. -- font id: 0
  227. -- text size: 12
  228. -- style flags: 0
  229. -- line height: 16
  230. -- part name: 
  231. ----- HyperTalk script -----
  232. on mouseUp
  233.   push card
  234.   visual effect dissolve
  235.   go card "open 0"
  236. end mouseUp
  237.  
  238.  
  239.  
  240. -- part 35 (button)
  241. -- low flags: 00
  242. -- high flags: 2000
  243. -- rect: left=130 top=188 right=206 bottom=160
  244. -- title width / last selected line: 0
  245. -- icon id / first selected line: 0 / 0
  246. -- text alignment: 1
  247. -- font id: 0
  248. -- text size: 12
  249. -- style flags: 0
  250. -- line height: 16
  251. -- part name: 
  252. ----- HyperTalk script -----
  253. on mouseUp
  254.   push card
  255.   visual effect dissolve
  256.   go card "howtouse"
  257. end mouseUp
  258.  
  259.  
  260.  
  261. -- part 36 (button)
  262. -- low flags: 00
  263. -- high flags: 2000
  264. -- rect: left=209 top=130 right=148 bottom=240
  265. -- title width / last selected line: 0
  266. -- icon id / first selected line: 0 / 0
  267. -- text alignment: 1
  268. -- font id: 0
  269. -- text size: 12
  270. -- style flags: 0
  271. -- line height: 16
  272. -- part name: 
  273. ----- HyperTalk script -----
  274. on mouseUp
  275.   push card
  276.   visual effect dissolve
  277.   go card "map"
  278. end mouseUp
  279.  
  280.  
  281.  
  282. -- part 37 (button)
  283. -- low flags: 00
  284. -- high flags: 2000
  285. -- rect: left=362 top=294 right=312 bottom=392
  286. -- title width / last selected line: 0
  287. -- icon id / first selected line: 0 / 0
  288. -- text alignment: 1
  289. -- font id: 0
  290. -- text size: 12
  291. -- style flags: 0
  292. -- line height: 16
  293. -- part name: 
  294. ----- HyperTalk script -----
  295. on mouseUp
  296.   push card
  297.   visual effect dissolve
  298.   go card "index 1"
  299. end mouseUp
  300.  
  301.  
  302.  
  303. -- part 38 (button)
  304. -- low flags: 00
  305. -- high flags: 0000
  306. -- rect: left=434 top=188 right=206 bottom=464
  307. -- title width / last selected line: 0
  308. -- icon id / first selected line: 0 / 0
  309. -- text alignment: 1
  310. -- font id: 0
  311. -- text size: 12
  312. -- style flags: 0
  313. -- line height: 16
  314. -- part name: New Button
  315. ----- HyperTalk script -----
  316. on mouseUp
  317.   go cd "content 9"
  318. end mouseUp
  319.  
  320.  
  321.  
  322. -- part contents for background part 8
  323. ----- text -----
  324. content0
  325.  
  326. -- part contents for background part 1
  327. ----- text -----
  328. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  329.  
  330. -- part contents for background part 2
  331. ----- text -----
  332. Stack Contents
  333.  
  334. -- part contents for card part 14
  335. ----- text -----
  336. To view the contents map for a section, click on a white card. For sections without contents maps, clicking on the card goes to that section in the stack.